This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
...than issues like this (in general) are easier to find if you make sure you use "Option Explicit", and also declare all variables at the top of the function, not further down in the code.
That way you can easily see that you have both those variables declared, and you might solve the issue quicker. I always declare the variables like this:
1) Notes built-in classes
2) Any custom classes I created
3) Other variables (integer, string, lists, etc)
Within each group, I declare them in the order I use them the first time.
Feedback response number WEBB9CCSYS created by ~Dan Kikiterobu on 10/10/2013